# NOT RUN {
# Adjacency matrix from directed example graph
Adj_directed <- as(ExampleMRPC$complex$cont$withGV$graph,
"matrix")
# Plot of the graph
DendroModuleGraph(Adj_directed,
minModuleSize = 5,
GV = 14)
# }
Run the code above in your browser using DataLab